home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-04 | 929 b | 39 lines | [TEXT/MPS ] |
- // Copyright: © 1993 Apple Computer, Inc. All rights reserved.
- // Author: Scott Searle (original)
- // Victor J. Hnyp (extensions)
- // Dave Lyons
- // Date: 4-Mar-94
-
- // Revisions
- //
- // 03/04/94 DAL 3.01 Updated version to 1.0b7.
- //
- // 04/08/93 VJH 2.07 Moved: isFindDialog, isFindMoreDIalog back to Dialog module
- //
- // 03/13/93 VJH 2.06 Moved: isFindDialog, isFindMoreDIalog here temporarily
- //
- // 03/09/93 VJH 2.05 Fixed: isFront, isOpen containsAnything
- //
- // 03/03/93 VJH 2.04 Fixed: Patch to ignore "Desktop" within the windowlist
- //
- // 02/24/93 VJH 2.03 Added isShareWindowOpen and isShareWindowActive
- //
- // 02/08/93 VJH 2.02 First 1.0 beta release
-
- #include "Types.r"
- #include "SysTypes.r"
-
-
- resource 'vers' (1)
- {
- 0x01, 0x00, beta, 0x07, verUS,
- "1.0b7",
- "1.0b7 04-Mar-94, ©1993-94 Apple Computer, Inc. All rights reserved."
- };
-
- resource 'vers' (2)
- {
- 0x01, 0x00, beta, 0x07, verUS,
- "1.0b7",
- "APPLE CONFIDENTIAL"
- };